[INFO] cloning repository https://github.com/coenvl/AoC_2024
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/coenvl/AoC_2024" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcoenvl%2FAoC_2024", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcoenvl%2FAoC_2024'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 92030eb572b6ed8252bd2bae10bfa2a870bb4781
[INFO] fixing coenvl/AoC_2024 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcoenvl%2FAoC_2024" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/coenvl/AoC_2024
[INFO] finished tweaking git repo https://github.com/coenvl/AoC_2024
[INFO] tweaked toml for git repo https://github.com/coenvl/AoC_2024 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/coenvl/AoC_2024 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/coenvl/AoC_2024 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded compare v0.1.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 83b742ebae1e39717a911f74a332fc00c31192684938ccee2d1197f86c5eb66c
[INFO] running `Command { std: "docker" "start" "83b742ebae1e39717a911f74a332fc00c31192684938ccee2d1197f86c5eb66c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "83b742ebae1e39717a911f74a332fc00c31192684938ccee2d1197f86c5eb66c" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "83b742ebae1e39717a911f74a332fc00c31192684938ccee2d1197f86c5eb66c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "83b742ebae1e39717a911f74a332fc00c31192684938ccee2d1197f86c5eb66c" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling libc v0.2.168
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]     Checking once_cell v1.20.2
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]     Checking compare v0.1.0
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking ahash v0.7.8
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]     Checking lru v0.7.8
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]    Compiling memoize-inner v0.4.3
[INFO] [stderr]     Checking memoize v0.4.2
[INFO] [stderr]     Checking aoc v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/bin/day2/main.rs from 2021 edition to 2024
[INFO] [stdout] error: couldn't read `src/bin/day2/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/bin/day2/main.rs:28:17
[INFO] [stdout]    |
[INFO] [stdout] 28 |     let lines = include_str!("input.txt").lines();
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aoc` (bin "day2") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr]    Migrating src/bin/day23/main.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating src/bin/day1/main.rs from 2021 edition to 2024
[INFO] [stderr] error: could not compile `aoc` (bin "day23" test) due to 2 previous errors
[INFO] [stdout] error: couldn't read `src/bin/day23/test.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/bin/day23/main.rs:4:31
[INFO] [stdout]   |
[INFO] [stdout] 4 | const INPUT: &str = if TEST { include_str!("test.txt") } else { include_str!("input.txt") };
[INFO] [stdout]   |                               ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/bin/day23/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/bin/day23/main.rs:4:65
[INFO] [stdout]   |
[INFO] [stdout] 4 | const INPUT: &str = if TEST { include_str!("test.txt") } else { include_str!("input.txt") };
[INFO] [stdout]   |                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/bin/day1/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/bin/day1/main.rs:2:17
[INFO] [stdout]   |
[INFO] [stdout] 2 |     let lines = include_str!("input.txt").lines();
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating src/bin/day5/main.rs from 2021 edition to 2024
[INFO] [stderr] error: could not compile `aoc` (bin "day1") due to 1 previous error
[INFO] [stderr] error: could not compile `aoc` (bin "day5" test) due to 1 previous error
[INFO] [stdout] error: couldn't read `src/bin/day5/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/bin/day5/main.rs:4:17
[INFO] [stdout]   |
[INFO] [stdout] 4 |     let input = include_str!("input.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating src/bin/day25/main.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating src/bin/day19/main.rs from 2021 edition to 2024
[INFO] [stdout] error: couldn't read `src/bin/day25/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/bin/day25/main.rs:1:21
[INFO] [stdout]   |
[INFO] [stdout] 1 | const INPUT: &str = include_str!("input.txt");
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aoc` (bin "day25") due to 1 previous error
[INFO] [stdout] error: couldn't read `src/bin/day19/test.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/bin/day19/main.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     include_str!("test.txt")
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating src/bin/day8/main.rs from 2021 edition to 2024
[INFO] [stdout] error: couldn't read `src/bin/day19/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/bin/day19/main.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     include_str!("input.txt")
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aoc` (bin "day19" test) due to 2 previous errors
[INFO] [stdout] error: couldn't read `src/bin/day8/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/bin/day8/main.rs:4:21
[INFO] [stdout]   |
[INFO] [stdout] 4 | const INPUT: &str = include_str!("input.txt");
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating src/bin/day24/main.rs from 2021 edition to 2024
[INFO] [stderr] error: could not compile `aoc` (bin "day8") due to 1 previous error
[INFO] [stdout] error: couldn't read `src/bin/day24/test.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/bin/day24/main.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     include_str!("test.txt")
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/bin/day24/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/bin/day24/main.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     include_str!("input.txt")
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly dereference within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/bin/day24/main.rs:143:23
[INFO] [stdout]     |
[INFO] [stdout] 143 |             .filter(|(&_k, &v)| v.0 == wire || v.2 == wire)
[INFO] [stdout]     |                       ^    ^ reference pattern not allowed when implicitly borrowing
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       reference pattern not allowed when implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] note: matching on a reference type with a non-reference pattern implicitly borrows the contents
[INFO] [stdout]    --> src/bin/day24/main.rs:143:22
[INFO] [stdout]     |
[INFO] [stdout] 143 |             .filter(|(&_k, &v)| v.0 == wire || v.2 == wire)
[INFO] [stdout]     |                      ^^^^^^^^^ this non-reference pattern matches on a reference type `&_`
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: `--force-warn rust-2024-incompatible-pat` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 143 |             .filter(|&(&_k, &v)| v.0 == wire || v.2 == wire)
[INFO] [stdout]     |                      +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aoc` (bin "day24" test) due to 2 previous errors; 1 warning emitted
[INFO] [stdout] error: couldn't read `src/bin/day19/test.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/bin/day19/main.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     include_str!("test.txt")
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/bin/day19/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/bin/day19/main.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     include_str!("input.txt")
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating src/bin/day12/main.rs from 2021 edition to 2024
[INFO] [stderr] error: could not compile `aoc` (bin "day19") due to 2 previous errors
[INFO] [stderr]    Migrating src/bin/day22/main.rs from 2021 edition to 2024
[INFO] [stdout] error: couldn't read `src/bin/day12/test.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/bin/day12/main.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     include_str!("test.txt")
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aoc` (bin "day12") due to 2 previous errors
[INFO] [stdout] error: couldn't read `src/bin/day12/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/bin/day12/main.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     include_str!("input.txt")
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/bin/day22/test.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/bin/day22/main.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     include_str!("test.txt")
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aoc` (bin "day22") due to 2 previous errors
[INFO] [stdout] error: couldn't read `src/bin/day22/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/bin/day22/main.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     include_str!("input.txt")
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating src/bin/day17/main.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating src/bin/day18/main.rs from 2021 edition to 2024
[INFO] [stdout] error: couldn't read `src/bin/day18/test.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/bin/day18/main.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     include_str!("test.txt")
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/bin/day18/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/bin/day18/main.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     include_str!("input.txt")
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly dereference within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/bin/day18/main.rs:115:40
[INFO] [stdout]     |
[INFO] [stdout] 115 |     let part2 = bytes.iter().find(|(_k,&v)| v == i).unwrap().0;
[INFO] [stdout]     |                                        ^ reference pattern not allowed when implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] note: matching on a reference type with a non-reference pattern implicitly borrows the contents
[INFO] [stdout]    --> src/bin/day18/main.rs:115:36
[INFO] [stdout]     |
[INFO] [stdout] 115 |     let part2 = bytes.iter().find(|(_k,&v)| v == i).unwrap().0;
[INFO] [stdout]     |                                    ^^^^^^^ this non-reference pattern matches on a reference type `&_`
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: `--force-warn rust-2024-incompatible-pat` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] help: match on the reference with a reference pattern and borrow explicitly using a variable binding mode
[INFO] [stdout]     |
[INFO] [stdout] 115 |     let part2 = bytes.iter().find(|&(ref _k,&v)| v == i).unwrap().0;
[INFO] [stdout]     |                                    + +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aoc` (bin "day18" test) due to 2 previous errors; 1 warning emitted
[INFO] [stderr]    Migrating src/bin/day15/main.rs from 2021 edition to 2024
[INFO] [stdout] error: couldn't read `src/bin/day15/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/bin/day15/main.rs:46:21
[INFO] [stdout]    |
[INFO] [stdout] 46 | const INPUT: &str = include_str!("input.txt");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating src/bin/day16/main.rs from 2021 edition to 2024
[INFO] [stderr] error: could not compile `aoc` (bin "day15") due to 1 previous error
[INFO] [stdout] error: couldn't read `src/bin/day16/test2.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/bin/day16/main.rs:5:31
[INFO] [stdout]   |
[INFO] [stdout] 5 | const INPUT: &str = if TEST { include_str!("test2.txt") } else { include_str!("input.txt") };
[INFO] [stdout]   |                               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/bin/day16/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/bin/day16/main.rs:5:66
[INFO] [stdout]   |
[INFO] [stdout] 5 | const INPUT: &str = if TEST { include_str!("test2.txt") } else { include_str!("input.txt") };
[INFO] [stdout]   |                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aoc` (bin "day16") due to 2 previous errors
[INFO] [stdout] error: couldn't read `src/bin/day16/test2.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/bin/day16/main.rs:5:31
[INFO] [stdout]   |
[INFO] [stdout] 5 | const INPUT: &str = if TEST { include_str!("test2.txt") } else { include_str!("input.txt") };
[INFO] [stdout]   |                               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/bin/day16/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/bin/day16/main.rs:5:66
[INFO] [stdout]   |
[INFO] [stdout] 5 | const INPUT: &str = if TEST { include_str!("test2.txt") } else { include_str!("input.txt") };
[INFO] [stdout]   |                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aoc` (bin "day16" test) due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "83b742ebae1e39717a911f74a332fc00c31192684938ccee2d1197f86c5eb66c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "83b742ebae1e39717a911f74a332fc00c31192684938ccee2d1197f86c5eb66c", kill_on_drop: false }`
[INFO] [stdout] 83b742ebae1e39717a911f74a332fc00c31192684938ccee2d1197f86c5eb66c
